docs: adjust Since tags
authorMatthias Clasen <mclasen@redhat.com>
Fri, 15 Oct 2010 20:15:16 +0000 (16:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 15 Oct 2010 20:58:26 +0000 (16:58 -0400)
gtk/gtkcombobox.c

index f25ee1257a9ebc5ed719d259777299e75f709444..e59d4b43c16397c88287d86fa67be3954f7d0839 100644 (file)
@@ -924,7 +924,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
     *
     * Whether the combo box has an entry.
     *
-    * Since: 3.0
+    * Since: 2.24
     */
    g_object_class_install_property (object_class,
                                     PROP_HAS_ENTRY,
@@ -940,7 +940,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
     * The column in the combo box's model to associate with strings from the entry
     * if the combo was created with #GtkComboBox:has-entry = %TRUE.
     *
-    * Since: 3.0
+    * Since: 2.24
     */
    g_object_class_install_property (object_class,
                                     PROP_ENTRY_TEXT_COLUMN,
@@ -1220,6 +1220,7 @@ gtk_combo_box_get_property (GObject    *object,
       case PROP_ENTRY_TEXT_COLUMN:
        g_value_set_int (value, priv->text_column);
        break;
+
       default:
         G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
         break;
@@ -6156,7 +6157,7 @@ gtk_combo_box_get_button_sensitivity (GtkComboBox *combo_box)
  *
  * Return Value: whether there is an entry in @combo_box.
  *
- * Since: 3.0
+ * Since: 2.24
  **/
 gboolean
 gtk_combo_box_get_has_entry (GtkComboBox *combo_box)
@@ -6176,7 +6177,7 @@ gtk_combo_box_get_has_entry (GtkComboBox *combo_box)
  *
  * @combo_box must be created with GtkComboBox:has-entry as %TRUE.
  *
- * Since: 3.0
+ * Since: 2.24
  */
 void
 gtk_combo_box_set_entry_text_column (GtkComboBox *combo_box,
@@ -6209,7 +6210,7 @@ gtk_combo_box_set_entry_text_column (GtkComboBox *combo_box,
  *
  * Return value: A column in the data source model of @combo_box.
  *
- * Since: 3.0
+ * Since: 2.24
  */
 gint
 gtk_combo_box_get_entry_text_column (GtkComboBox *combo_box)